file descriptors meaning in English
使用文件描述器
Examples
- You may need to increase the number of file descriptors for the installation to succeed
为了成功完成安装,可能需要增加文件描述符的数量。 - Threads , on the other hand , automatically have access to the same memory address space and file descriptors
另一方面,线程可以自动的访问相同的内存地址和文件描述符。 - Where you can , avoid the operations that take file names , and use the operations that take file descriptors instead
只要有可能,应尽量避免使用获取文件名的操作,而是使用获取文件描述符的操作。 - All threads within a single process have access to the same process components , such as file descriptors and memory
在一个单个进程内所有的线程都有权使用这个同一个进程构成,像文件描述符和内存。 - There are two ways to duplicate file descriptors : a new handle is allocated , or some known handle is used as a new handle
有两种方法可以复制文件句柄:重新分配一个新句柄,或者将原来的一个已知句柄用作一个新句柄。